home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / to_float < prev    next >
Text File  |  2001-04-06  |  348b  |  15 lines

  1. SYNOPSIS
  2.         float to_float(int)
  3.         float to_float(string)
  4.         float to_float(float)
  5.  
  6.         (float)<value>
  7.  
  8. DESCRIPTION
  9.         Ints are expanded to floats, strings are converted up to the
  10.         first character that doesnt belong into a float.
  11.         Floats are just returned.
  12.  
  13. SEE ALSO
  14.         to_string(E), to_int(E), sscanf(E)
  15.